ocr: For eHample, in C++, to declare a class of say students, we would do something like this : class student I 11 - declare both data and runctions here 1; student honors; 11 declares honors to be of type class student Note: In C++, single-line comments begin with "7/" and can be one line in length. The use of "/* " and "*/" can still be used for multiple line comments. Be caretul in that not all C compilers will accept the use of"//". Check your compiler manuals or contact your software distributor for more details. In the above example, the variable honors, is called